home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / PMGRacing.swf / scripts / DefineButton2_377 / BUTTONCONDACTION on(rollOut).as next >
Encoding:
Text File  |  2001-07-07  |  165 b   |  12 lines

  1. on(rollOut){
  2.    tellTarget("/offroad")
  3.    {
  4.       gotoAndStop(1);
  5.       tellTarget("/vel_start")
  6.       {
  7.          play();
  8.       }
  9.       acc = "1";
  10.    }
  11. }
  12.